home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_bas / vbcal32.zip / ABOUT.FRM next >
Text File  |  1996-04-17  |  1KB  |  39 lines

  1. VERSION 4.00
  2. Begin VB.Form frmAbout 
  3.    BackColor       =   &H00C0C0C0&
  4.    BorderStyle     =   1  'Fixed Single
  5.    Caption         =   "About Me:"
  6.    ClientHeight    =   2595
  7.    ClientLeft      =   1395
  8.    ClientTop       =   1755
  9.    ClientWidth     =   4170
  10.    Height          =   3000
  11.    Icon            =   "About.frx":0000
  12.    Left            =   1335
  13.    LinkTopic       =   "Form1"
  14.    MaxButton       =   0   'False
  15.    MinButton       =   0   'False
  16.    Picture         =   "About.frx":0442
  17.    ScaleHeight     =   2595
  18.    ScaleWidth      =   4170
  19.    ShowInTaskbar   =   0   'False
  20.    Top             =   1410
  21.    Width           =   4290
  22.    Begin VB.CommandButton cmdOk 
  23.       Caption         =   "Ok"
  24.       Height          =   255
  25.       Left            =   3120
  26.       TabIndex        =   0
  27.       Top             =   2040
  28.       Width           =   855
  29.    End
  30. End
  31. Attribute VB_Name = "frmAbout"
  32. Attribute VB_Creatable = False
  33. Attribute VB_Exposed = False
  34. Private Sub cmdok_Click()
  35. Unload frmAbout
  36. End Sub
  37.  
  38.  
  39.